Skip to content

Derived extend_for_self for enums#82

Merged
frankmcsherry merged 1 commit intomasterfrom
derive_extend_from_self
Mar 15, 2026
Merged

Derived extend_for_self for enums#82
frankmcsherry merged 1 commit intomasterfrom
derive_extend_from_self

Conversation

@frankmcsherry
Copy link
Copy Markdown
Owner

@frankmcsherry frankmcsherry commented Mar 15, 2026

The derive macro was scared of extend_for_self because derive macros are hard for me. They are less hard for Claude, who produced this code. I still need to read it in detail, and no merging until that happens.

Edit: read, and .. makes sense. Mostly, this avoids all the guessing and debugging of what proc macros do, and leapt directly to the code you would want. Hooray!

@frankmcsherry frankmcsherry force-pushed the derive_extend_from_self branch from 6c87849 to 8359043 Compare March 15, 2026 17:14
@frankmcsherry frankmcsherry merged commit c37feb5 into master Mar 15, 2026
6 checks passed
@github-actions github-actions bot mentioned this pull request Mar 15, 2026
@frankmcsherry frankmcsherry deleted the derive_extend_from_self branch March 15, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant